home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / game / 2play / freeciv.readme < prev    next >
Text File  |  2000-01-02  |  10KB  |  251 lines

  1. Short:    Amiga Version 1.5 => Freeciv 1.9.0
  2. Author:   sebauer@t-online.de (Sebastian Bauer), Freeciv Development Team
  3. Uploader: sebauer@t-online.de (Sebastian Bauer)
  4. Version:  1.5
  5. Type:     game/2play
  6. Requires: OS 3.0, guigfx.library, MUI 3.8, NList, TCP/IP Stack
  7. Kurz:     Amiga Version 1.5 => Freeciv 1.9.0
  8. Action:   NoStart
  9.  
  10. Introduction
  11. ~~~~~~~~~~~~
  12. This is a native compile of Freeciv. It also has an own client which is
  13. using MUI. That means you don't need to have ixemul.library or a XServer.
  14. Actually the client is not completly ready yet, but most things should
  15. work.
  16.  
  17. Requirements
  18. ~~~~~~~~~~~~
  19.  - 68020 processor
  20.  - OS 3.0
  21.  - MUI 3.8
  22.  - NList 0.89
  23.  - TCP/IP Stack
  24.  - guigfx.library (needs render.library version 30 itself)
  25.  
  26. Note, some that some combinations of the picture.datatype and ilbm.datatype
  27. doesn't work correctly.
  28. Following combinations seem to work:
  29.   picture.datatype 43.764 (CGFX) and ilbm.datatype 44.19 (by Stephan Rupprecht)
  30.   picture.datatype 43.33 (P96; also works on AGA) and ilbm.datatype 44.19
  31.   picture.datatype 44.19 and ilbm.datatype 44.8 (both are in OS3.5)
  32.   picture.datatype 43.41 (P96 V1.43a) and ilbm.datatype 40.3 (orginal OS 3.1)
  33. Please contact me if you use other datatypes and Freeciv works correctly
  34. with them.
  35.  
  36. Also always use the latest guigfx.library. The current version is 16.2
  37. and this can be found at:
  38.  http://209.201.55.167/binarydistillery/guigfx/guigfxlib.lha.
  39. or Aminet
  40.  
  41. Render.library can be found at
  42.  http://209.201.55.167/binarydistillery/renderlib/renderlib.lha
  43. Again. guigfx.library version 16.2 needs at least render.library
  44. version 30. Other (newer) guigfx libraries may require later versions.
  45.  
  46. Please also let Freeciv open on a big enough screen. A screen with the
  47. size of 640x256 is not enough (at least at the moment)
  48.  
  49. Usage
  50. ~~~~~
  51. Freeciv is a multiplayer game and divided into sever and client. But
  52. of course it's also possible to play freeciv on a single machine.
  53.  
  54. The first step is to start your TCP/IP stack (e.g. Miami). You don't
  55. need to go online if you only want to play Freeciv on a single machine.
  56. The next step is starting the server and then the client. You can do
  57. this eighter with help of the Workbench or from the Shell (Freeciv
  58. allocates hopefully enough stack itself so you needn't set a high
  59. stack value). After the client has been loaded you can connect to the
  60. server.
  61. Alternativly you can start the server and the client with the provided
  62. Freeciv.start shell scripts. Before it loads the server and client it
  63. opens a filerequester where you can choose whether to load an old game
  64. or start a new game.
  65.  
  66. For more details on usage view the README.org and HOWTOPLAY files, which are
  67. also included in this package.
  68.  
  69. Authors
  70. ~~~~~~~
  71. The authors who are participated in the Freeciv project are listed in the
  72. AUTHORS and PEOPLE files.
  73.  
  74. The Amiga Version of the client was created, as well as the server was
  75. compiled, by Sebastian Bauer. If you have question or problems with this
  76. version, feel free to ask me.
  77.  
  78. Future
  79. ~~~~~~
  80.  - still some few things which are missing
  81.  
  82. Notes
  83. ~~~~~
  84. This version is incompatible with the previous version 1.3. That means
  85. with the included client you cannot connect to a old server. Also old
  86. clients cannot connect to the included server.
  87.  
  88. History
  89. ~~~~~~~
  90. Version 1.5 (07.11.99)
  91.  - corresponds to Freeciv 1.9.0
  92.  - context menu for the map
  93.  - pressing Return when a blinking unit is on a city will popup
  94.    the city dialog (enter on numericpad is still turn done)
  95.  - you can browse through all cities now within the city dialog
  96.  - progress bar shows the state of the production
  97.  - slightly improved production window
  98.  - removed old datatypes support which was used in case guigfx.library
  99.    failed to create the mask of the graphics files
  100.  - smaller bug fixes
  101.  
  102. Version 1.4 (20.10.99)
  103.  - corresponds to Freeciv 1.9.0
  104.  - workaround for the unit blink problem
  105.  - some other smaller bug fixes
  106.  - compiled for 68020 processor (since guigfx.library requires 68020 anywhy)
  107.  - first Aminet Release
  108.  
  109. Version 1.3 (17.10.99)
  110.  - corresponds to latest Freeciv 1.8.4 (devel)
  111.  - "Unit List" and "Activate Units" buttons in the City Dialog work now
  112.  - better refreshing in some areas
  113.  - unavailabe map tiles in the City Map are surrounded by a red rectangle
  114.  - changed layout of the City Dialog a little bit
  115.  - on 2:1 screens overview pixels are now only one pixels height
  116.  - again bug fixes (especially now should work properly on AGA machines)
  117.  
  118. Version 1.2 (10.10.99)
  119.  - corresponds to latest Freeciv 1.8.4 (devel)
  120.  - now every tile is reachable with the horizontal scroller
  121.  - now only uses clipping for the city names, this improves performance
  122.    when a window is in front of the windows (map and city)
  123.  - implemented space ship support
  124.  - included some icon arts by Fabio "Fabius" Sanna and Jürgen Urbanek
  125.  - some bug fixes and smaller improvments
  126.  
  127. Version 1.1 (03.10.99)
  128.  - corresponds to Freeciv 1.8.4 (devel)
  129.  - supports the new city styles
  130.  - added tilepopwindow (Shift + Mouseclick on a map tile)
  131.  - overviewmap now works also on AGA machines
  132.  - graphics is freed in the MUIM_Cleanup method now
  133.  
  134. Version 1.0 (27.09.99)
  135.  - corresponds to Freeciv 1.8.3 (beta)
  136.  - first public release on my homepage
  137.  
  138.  
  139. How can you reach me?
  140. ~~~~~~~~~~~~~~~~~~~~~
  141. My e-mail address is:
  142.   sebauer@t-online.de
  143.  
  144. Address:
  145.   Sebastian Bauer
  146.   Neustädter Str. 50
  147.   07768 Kahla
  148.  
  149. Visit my homepage at
  150.   http://home.t-online.de/home/sebauer/
  151.   (german version)
  152.  
  153.   http://home.t-online.de/home/sebauer/english.html
  154.   (english version)
  155.  
  156. Here you can find the latest version of Freeciv for Amiga but also
  157. other things for Amiga, for example SimpleFind, SimpleHTML and
  158. SimplePac.
  159.  
  160. Also look at the offical Freeciv homepage at http://www.freeciv.org.
  161.          __
  162.         / /
  163.    __  / /   Only Amiga makes it possible...
  164.    \ \/ /
  165.     \__/
  166.  
  167.  
  168. ============================= Archive contents =============================
  169.  
  170. Original  Packed Ratio    Date     Time    Name
  171. -------- ------- ----- --------- --------  -------------
  172.      628     275 56.2% 10-Oct-99 21:20:08  Freeciv.info
  173.      350     228 34.8% 07-Nov-99 17:22:50 +AUTHORS
  174.     4427    1993 54.9% 07-Nov-99 17:22:52 +BUGS
  175.   286912  145480 49.2% 07-Nov-99 17:22:42 +civclient
  176.      855     410 52.0% 07-Nov-99 17:22:42 +civclient.info
  177.   420380  209289 50.2% 07-Nov-99 17:22:40 +civserver
  178.      849     405 52.2% 07-Nov-99 17:22:40 +civserver.info
  179.    18007    7009 61.0% 07-Nov-99 17:22:50 +COPYING
  180.      281     171 39.1% 07-Nov-99 17:22:44 +civ1.serv
  181.    24777    6266 74.7% 07-Nov-99 17:22:46 +buildings.ruleset
  182.    16935    4560 73.0% 07-Nov-99 17:22:44 +governments.ruleset
  183.    11706    2635 77.4% 07-Nov-99 17:22:44 +techs.ruleset
  184.    16765    3057 81.7% 07-Nov-99 17:22:44 +terrain.ruleset
  185.    30205    5281 82.5% 07-Nov-99 17:22:46 +units.ruleset
  186.      281     171 39.1% 07-Nov-99 17:22:44 +civ2.serv
  187.    27774    7146 74.2% 07-Nov-99 17:22:46 +buildings.ruleset
  188.    18104    4737 73.8% 07-Nov-99 17:22:46 +governments.ruleset
  189.    12007    2783 76.8% 07-Nov-99 17:22:46 +techs.ruleset
  190.    16663    3138 81.1% 07-Nov-99 17:22:46 +terrain.ruleset
  191.    32621    6301 80.6% 07-Nov-99 17:22:46 +units.ruleset
  192.    16822    3094 81.6% 07-Nov-99 17:22:46 +terrain.ruleset
  193.    27787    7153 74.2% 07-Nov-99 17:22:46 +buildings.ruleset
  194.     1275     521 59.1% 07-Nov-99 17:22:46 +cities.ruleset
  195.    17098    4683 72.6% 07-Nov-99 17:22:46 +governments.ruleset
  196.    48789   17733 63.6% 07-Nov-99 17:22:46 +nations.ruleset
  197.    11992    2777 76.8% 07-Nov-99 17:22:46 +techs.ruleset
  198.    16666    3141 81.1% 07-Nov-99 17:22:46 +terrain.ruleset
  199.    32640    6314 80.6% 07-Nov-99 17:22:46 +units.ruleset
  200.    56487   21107 62.6% 07-Nov-99 17:22:44 +helpdata.txt
  201.    65062   53438 17.8% 07-Nov-99 17:22:48 +intro.ilbm
  202.    16152   13468 16.6% 07-Nov-99 17:22:48 +radar.ilbm
  203.     6882    5640 18.0% 07-Nov-99 17:22:48 +small.ilbm
  204.     1369     568 58.5% 07-Nov-99 17:22:48 +small.spec
  205.    13102   10112 22.8% 07-Nov-99 17:22:48 +space.ilbm
  206.      533     300 43.7% 07-Nov-99 17:22:48 +space.spec
  207.     3500    1950 44.2% 07-Nov-99 17:22:48 +treaty.ilbm
  208.      457     296 35.2% 07-Nov-99 17:22:48 +treaty.spec
  209.    16160    3107 80.7% 07-Nov-99 17:22:48 +earth-160x90-v1.sav
  210.    31320    3608 88.4% 07-Nov-99 17:22:48 +earth-160x90-v2.sav
  211.     5428    1601 70.5% 07-Nov-99 17:22:48 +earth-80x50-v1.sav
  212.     9868    1887 80.8% 07-Nov-99 17:22:48 +earth-80x50-v2.sav
  213.    21843    4117 81.1% 07-Nov-99 17:22:48 +europe-200x100-v1.sav
  214.    42683    4874 88.5% 07-Nov-99 17:22:48 +europe-200x100-v2.sav
  215.     1001     509 49.1% 07-Nov-99 17:22:44 +trident.tilespec
  216.     8216    4688 42.9% 07-Nov-99 17:22:50 +cities.ilbm
  217.     1784     756 57.6% 07-Nov-99 17:22:50 +cities.spec
  218.     9652    3249 66.3% 07-Nov-99 17:22:50 +flags.ilbm
  219.     1374     682 50.3% 07-Nov-99 17:22:50 +flags.spec
  220.    27054   10893 59.7% 07-Nov-99 17:22:50 +roads.ilbm
  221.     2524     705 72.0% 07-Nov-99 17:22:50 +roads.spec
  222.   127614   79000 38.0% 07-Nov-99 17:22:50 +tiles.ilbm
  223.    12939    3073 76.2% 07-Nov-99 17:22:50 +tiles.spec
  224.    23648   16880 28.6% 07-Nov-99 17:22:50 +units.ilbm
  225.     1396     592 57.5% 07-Nov-99 17:22:50 +units.spec
  226.      578     280 51.5% 07-Nov-99 17:22:42 +Freeciv.start
  227.      894     367 58.9% 07-Nov-99 17:22:42 +Freeciv.start.info
  228.    10798    4715 56.3% 07-Nov-99 17:22:52 +HOWTOPLAY
  229.      628     277 55.8% 07-Nov-99 17:22:44 +Icons.info
  230.     2392    1562 34.6% 07-Nov-99 17:22:44 +freeCiv.info
  231.     3076    1890 38.5% 07-Nov-99 17:22:44 +freeCiv.info
  232.     3124    1932 38.1% 07-Nov-99 17:22:44 +freeCiv2.info
  233.     1920    1044 45.6% 07-Nov-99 17:22:42 +FreeCiv_4col.info
  234.     1914    1292 32.4% 07-Nov-99 17:22:42 +FreeCiv_4col_1.info
  235.     1920    1097 42.8% 07-Nov-99 17:22:42 +FreeCiv_4col_2.info
  236.     2758    1826 33.7% 07-Nov-99 17:22:42 +FreeCiv_MWB_1.info
  237.    10243    5619 45.1% 07-Nov-99 17:22:42 +FreeCiv_NI_1.info
  238.    10243    3947 61.4% 07-Nov-99 17:22:42 +FreeCiv_NI_2.info
  239.    12669    4717 62.7% 07-Nov-99 17:22:52 +INSTALL
  240.    12602    5436 56.8% 07-Nov-99 17:22:52 +NEWS
  241.    13721    5847 57.3% 07-Nov-99 17:22:52 +PEOPLE
  242.     5797    2576 55.5% 07-Nov-99 17:22:32 +ReadMe
  243.     4682    2152 54.0% 07-Nov-99 17:22:52 +README.AI
  244.     5555    2184 60.6% 07-Nov-99 17:22:52 +README.graphics
  245.      831     306 63.1% 07-Nov-99 17:22:34 +ReadMe.info
  246.    15506    6107 60.6% 07-Nov-99 17:22:50 +README.org
  247.    11925    4546 61.8% 07-Nov-99 17:22:52 +README.rulesets
  248.      954     542 43.1% 07-Nov-99 17:22:52 +TODO
  249. -------- ------- ----- --------- --------
  250.  1756374  764112 56.4% 08-Nov-99 18:07:30   77 files
  251.